Trajectools 2.4 release
In this new release, you will find new algorithms, default output styles, and other usability improvements, in particular for working with public transport schedules in GTFS format, including:
- Added GTFS algorithms for extracting stops, fixes #43
- Added default output styles for GTFS stops and segments c600060
- Added Trajectory splitting at field value changes 286fdbd
- Added option to add selected fields to output trajectories layer, fixes #53
- Improved UI of the split by observation gap algorithm, fixes #36
Note: To use this new version of Trajectools, please upgrade your installation of MovingPandas to >= 0.21.2, e.g. using
import pip; pip.main(['install', '--upgrade', 'movingpandas'])
or
conda install movingpandas==0.21.2